Skip to the content.

//[](../../../../../index.html)/[pro.streem.sdk](../../../index.html)/[Streem](../../index.html)/[SupportedCountriesResult](../index.html)/[Error](index.html)

Error

[androidJvm]
sealed class Error : Streem.SupportedCountriesResult

Types

Name Summary
ClientVersionTooOld [androidJvm]
object ClientVersionTooOld : Streem.SupportedCountriesResult.Error
UnexpectedError [androidJvm]
data class UnexpectedError(val error: Throwable) : Streem.SupportedCountriesResult.Error

Inheritors

Name
ClientVersionTooOld
UnexpectedError